/*Caja*/
.caja{
    padding: 0px 10% 0px 10%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}

.titulo-act{
    padding: 80px 0 0px 0;
    color: #121212;
    font-size: 35px;
    text-align: center;
    margin-bottom: 10px;
    font-family: Segoe UI Black;
}

/*act1*/
/* Common style */
.grid-act1 figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 400px;
    max-width: 500px;
    max-height: 510px;
    width: 450px;
    height: 295px;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    margin: 31.2px;
}

.grid-act1 figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid-act1 figure figcaption {
    padding: 1em;
    color: #fff;
    text-transform: uppercase;
    
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid-act1 figure figcaption::before,
.grid-act1 figure figcaption::after {
    pointer-events: none;
}

.grid-act1 figure figcaption,
.grid-act1 figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid-act1 figure figcaption > a {
    z-index: 0;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid-act1 figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    font-size: 2.0em;
}

.grid-act1 figure h2 span {
    font-weight: 800;
}

.grid-act1 figure h2,
.grid-act1 figure p {
    margin: 0;
}

.grid-act1 figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
    font-size: 0.7em;
}

/*act2*/
/* Common style */
.grid-act2 figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 400px;
    max-width: 500px;
    max-height: 500px;
    width: 450px;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    margin: 35px;
}

.grid-act2 figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid-act2 figure figcaption {
    padding: 1em;
    color: #fff;
    text-transform: uppercase;
    
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid-act2 figure figcaption::before,
.grid-act2 figure figcaption::after {
    pointer-events: none;
}

.grid-act2 figure figcaption,
.grid-act2 figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid-act2 figure figcaption > a {
    z-index: 0;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid-act2 figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    font-size: 2.0em;
}

.grid-act2 figure h2 span {
    font-weight: 800;
}

.grid-act2 figure h2,
.grid-act2 figure ul {
    margin: 0;
}

.grid-act2 figure ul {
    letter-spacing: 1px;
    font-size: 68.5%;
    font-size: 0.7em;
}




/* Common style */
.grid-act3 figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 400px;
    max-width: 500px;
    max-height: 500px;
    width: 450px;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    margin: 30px;
}

.grid-act3 figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid-act3 figure figcaption {
    padding: 1em;
    color: #fff;
    text-transform: uppercase;
    
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid-act3 figure figcaption::before,
.grid-act3 figure figcaption::after {
    pointer-events: none;
}

.grid-act3 figure figcaption,
.grid-act3 figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid-act3 figure figcaption > a {
    z-index: 0;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid-act3 figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    font-size: 2.0em;
}

.grid-act3 figure h2 span {
    font-weight: 800;
}

.grid-act3 figure h2,
.grid-act3 figure p {
    margin: 0;
}

.grid-act3 figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
    font-size: 1.0em;
}

.Actividades figure.effect-moses {
    background: -webkit-linear-gradient(-45deg, #EC65B7 0%,#05E0D8 100%);
    background: linear-gradient(-45deg, #EC65B7 0%,#05E0D8 100%);
}

.Actividades figure.effect-moses img {
    opacity: 0.85;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.Actividades figure.effect-moses h2,
.Actividades figure.effect-moses p {
    padding: 20px;
    width: 50%;
    height: 50%;
    border: 2px solid #fff;
}

.Actividades figure.effect-moses h2,
.Actividades figure.effect-moses ul {
    padding: 20px;
    width: 50%;
    height: 50%;
    border: 2px solid #fff;
}

.Actividades figure.effect-moses h2 {
    padding: 20px;
    width: 50%;
    height: 50%;
    text-align: left;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(10px,10px,0);
    transform: translate3d(10px,10px,0);
}

.Actividades figure.effect-moses p {
    float: right;
    padding: 20px;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

.Actividades figure.effect-moses ul {
    float: right;
    padding: 20px;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

.Actividades figure.effect-moses:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.Actividades figure.effect-moses:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.Actividades figure.effect-moses:hover ul {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.Actividades figure.effect-moses:hover img {
    opacity: 0.6;
}